Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.13.z] add Host statuses modal support #981

Conversation

Satellite-QE
Copy link
Contributor

Cherrypick of PR: #966

Adds support for reading the Manage host statuses modal in the new Host page.
Calling session.host_new.get_host_statuses(entity_name) returns a dictionary of the values:

{
'Execution': {'Status': 'Last execution failed', 'Reported at': '8 minutes ago', 3: ''},
'Configuration': {'Status': 'N/A', 'Reported at': 'N/A', 3: ''}, 
'Build': {'Status': 'N/A', 'Reported at': 'N/A', 3: ''}, 
...
}

I will update https://github.com/SatelliteQE/robottelo/blob/master/tests/foreman/ui/test_rhcloud_insights.py to use this instead of the old page, then PRT can be ran, see here SatelliteQE/robottelo#12582

* add Host Statues modal support

* address comments

* address comments & fix stuck modal

(cherry picked from commit f8c114b)
@Satellite-QE Satellite-QE self-assigned this Sep 22, 2023
@Gauravtalreja1 Gauravtalreja1 added No-CherryPick PR doesnt need CherryPick to previous branches 6.13.z labels Sep 22, 2023
@Gauravtalreja1 Gauravtalreja1 merged commit 2447858 into 6.13.z Sep 22, 2023
7 of 8 checks passed
@Gauravtalreja1 Gauravtalreja1 deleted the cherry-pick-6.13.z-f8c114b7015733e50c7e53be3c2a48b06631d061 branch September 22, 2023 10:03
@mstrlc mstrlc changed the title [6.13.z] add Host statues modal support [6.13.z] add Host statuses modal support Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.13.z No-CherryPick PR doesnt need CherryPick to previous branches
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants